Skip to content

Hint on required re-logging to see changed avatar #6483

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

tanii1125
Copy link
Contributor

@tanii1125 tanii1125 commented Feb 1, 2025

Issue: #5446

Comment on lines 30 to +35
{% trans a_open='<a href="https://support.mozilla.org/en-US/kb/change-primary-email-address-firefox-accounts">'|safe, a_close='</a>'|safe %}
To change your email or avatar, visit the Mozilla accounts page. {{ a_open }} Learn more. {{ a_close }}
<br>
<small>After changing your avatar, please re-login on
<a href="https://support.mozilla.org/en-US/users/auth">support.mozilla.org</a> to see the changes to apply.
</small>
Copy link
Contributor

@janbrasna janbrasna Feb 25, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

BTW this would trigger new translations of the whole string, incl. the already existing content in all locales, and the added markup also doesn't really handle well in localization.

A more successful path could be as shown in #5962 — as a new separate string (also with no links etc. complicating it more than necessary…)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants